home *** CD-ROM | disk | FTP | other *** search
-
- Instructions for using basiclinker.
-
-
-
- BASICLinker.EXE is executable linker program. It consists of all the other
- modules above. You can use BASICLinker.EXE to link itself (BASICLinker).
- The general rules for using the basiclinker are:
-
- *All modules (main program and subprograms) must be seperate elements
- in the same directory.
-
- *All subprograms must end with .sub extension.
-
- *All modules must be in ASCII. You can save a BASIC program as ASCII
- in BASIC by typing: SAVE "name",A. You can also use ED to edit your
- BASIC files
-
- *All subprogram calls must be in the form: "CALL name.sub" or
- "CALL name.sub(args..)".
-
- For more information I can be contacted on BBS LD Voyager (818) 354-5065.
- Hours of operation are 5PM to 8AM and all day Sat. and Sun. I can also
- be reached through FIDO net Amiga ECHO mail areas.
-
-
-